home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
updates
/
update19.zoo
/
tc_compat
/
vdi.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-03-24
|
396 b
|
21 lines
/*
<vdi.h>
This header is "Public Domain".
(P) 1992 by Markus M. Nick
This header makes it easier to compile sources with both PureC/TurboC
and GNU-CC. Now you needn't include different header files any more.
Please send your comments and suggestions to:
Markus_Nick@mz.maus.de
*/
#ifndef __VDI__
#define vql_attributes vql_attribute
#include <vdibind.h>
#define __VDI__
#endif